const html/template.stateHTMLCmt

6 uses

	html/template (current package)
		context.go#L112: 	stateHTMLCmt
		context.go#L167: 	case stateHTMLCmt, stateJSBlockCmt, stateJSLineCmt, stateJSHTMLOpenCmt, stateJSHTMLCloseCmt, stateCSSBlockCmt, stateCSSLineCmt:
		escape.go#L790: 			if c1.state == stateHTMLCmt || c1.state == stateJSHTMLOpenCmt {
		state_string.go#L16: 	_ = x[stateHTMLCmt-5]
		transition.go#L22: 	stateHTMLCmt:        tHTMLCmt,
		transition.go#L58: 			return context{state: stateHTMLCmt}, i + 4